h1 {
    color:red;
    font-size: 30px;
}

h5 {
    font-size: 20px;
}

body {
    font-size: 18px;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 30px;
    color: #333;
    background-image: url('file:/Users/Lexie.Murphy/Desktop/TriviaGame/assets/images/qbkls.png');
  }

.jumbotron {
    background-color:black;
    color: white;
    text-align: center;
    width: 1200px;
    border-color: red;
    border-width: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
}

.instructionHeader {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 25px;
}

.timerHeader {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 25px;
}

#timeDisplay {
    font-size: 120px;
    margin-top: 60px;
}

.barBelowInstructions {
    margin-top: auto;
    margin-bottom: 15px;
    border-color: red;
}

.btn {
    background-color:red;
    color:black;
}

#quiz {
    background-color: black;
    width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    padding: 15px;
    color: white;
}

.quizQuestions {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    text-align: center;
}

.answers {
    margin-bottom: 15px;
}

.label {
    margin-right: 5px;
    margin-left: 5px;
}

#submitButtonSection {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    text-align: center;
}

#submit {
    background-color: green;
    color: white;
    font: bold;
}

#results {
    width: 500px;
    color:black;
    font-size: 50px;
    font: bold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 15px;


#wins-text {
    font-size: 30px;
    margin-top: 60px;
    color: Green
}

#losses-text {
    font-size: 30px;
    color: red;
}

.computerQuestion {
    margin-top: 0px;
}

#computerQuestion-text {
    font-size: 100px;
    margin-top: 60px;
}

.totalScoreNumber {
    margin-top: 20px;
}

#totalScoreNumber-text {
    font-size: 100px;
    margin-top: 60px;
}

#crystalImages {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 1200px;
    display: flex;
    justify-content: center;
}
